Logoj0ke.net Open Build Service > Projects > ha > perl-X11-Protocol > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added perl-X11-Protocol.spec
x
 
1
@@ -0,0 +1,70 @@
2
+# $Id$
3
+# Authority: dries
4
+# Upstream: Stephen McCamant <smcc$csua,berkeley,edu>
5
+
6
+# %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
7
+# %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
8
+
9
+%define real_name X11-Protocol
10
+
11
+Summary:   Perl module for the X Window System Protocol
12
+Name:      perl-X11-Protocol
13
+Version:   0.56
14
+Release:   1
15
+License:   Artistic
16
+Group:     Applications/CPAN
17
+URL:       http://search.cpan.org/dist/X11-Protocol/
18
+
19
+Source: http://www.cpan.org/modules/by-module/X11/X11-Protocol-%{version}.tar.gz
20
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
21
+
22
+BuildArch: noarch
23
+BuildRequires: perl
24
+
25
+%description
26
+This is a module for the X Window System Protocol.
27
+
28
+%prep
29
+%setup -q -n %{real_name}-%{version}
30
+
31
+%build
32
+%{__perl} Makefile.PL INSTALLDIRS="vendor" # PREFIX="%{buildroot}%{_prefix}"
33
+%{__make} %{?_smp_mflags}
34
+
35
+%install
36
+%{__rm} -rf %{buildroot}
37
+%__make DESTDIR=%{buildroot} install
38
+
39
+### Clean up buildroot
40
+%{__rm} -rf %{buildroot}%{perl_archlib} \
41
+       %{buildroot}%{perl_vendorarch}
42
+
43
+%clean
44
+%{__rm} -rf %{buildroot}
45
+
46
+%files
47
+%defattr(-, root, root, 0755)
48
+%doc Changes README
49
+%doc %{_mandir}/man3/*
50
+%dir %{perl_vendorlib}/X11/
51
+%{perl_vendorlib}/X11/*.pm
52
+%{perl_vendorlib}/X11/Protocol/
53
+
54
+%changelog
55
+* Wed Jan 20 2010 Carsten Schoene <cs@linux-administrator.com> - 0.56-1
56
+- update to release 0.56
57
+
58
+* Mon Jul 31 2006 Richard Bos <richard@radoeka.nl> - 0.55-1
59
+- Initial build for opensuse
60
+
61
+* Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 0.55-1
62
+- Updated to release 0.55.
63
+
64
+* Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 0.54-1.2
65
+- Rebuild for Fedora Core 5.
66
+
67
+* Wed Jun  8 2005 Dries Verachtert <dries@ulyssis.org> - 0.54-1
68
+- Updated to release 0.54.
69
+
70
+* Wed Dec 08 2004 Dries Verachtert <dries@ulyssis.org> - 0.53-1
71
+- Initial package.
72
Added X11-Protocol-0.55.tar.gz ^
Added X11-Protocol-0.56.tar.gz ^