source: projects/specs/trunk/lib/libg/libgnomecups/libgnomecups-vl.spec @ 8084

Revision 8084, 3.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary: GNOME library for CUPS integration
2Summary(ja): GNOME-CUPS ライブラリ
3Name: libgnomecups
4Version: 0.2.3
5Release: 6%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8URL: http://www.ximian.com/
9Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
10
11Patch0: libgnomecups-0.2.3-glib-header.patch
12
13BuildRequires: cups-devel
14BuildRequires: glib2-devel
15BuildRequires: openssl-devel
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22GNOME library for CUPS integration
23
24%package devel
25Summary: GNOME library for CUPS integration
26Summary: GNOME-CUPS ライブラリ
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: glib2-devel
30Requires: cups-devel
31Requires: openssl-devel
32
33%description devel
34GNOME library for CUPS integration
35
36%prep
37%setup -q
38%patch0 -p1
39
40%build
41%configure
42%__make
43
44%install
45rm -rf $RPM_BUILD_ROOT
46%makeinstall
47
48%find_lang %{name}
49
50## remove unuse files
51rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
52rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
53
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post -p /sbin/ldconfig
59
60%postun -p /sbin/ldconfig
61
62
63%files -f %{name}.lang
64%defattr(-,root,root,-)
65%doc ChangeLog NEWS AUTHORS
66%{_libdir}/*.so.*
67
68%files devel
69%defattr(-,root,root,-)
70%{_libdir}/pkgconfig/*
71%{_includedir}/*
72%{_libdir}/*.so
73
74
75%changelog
76* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-6
77- rebuild with VineSeed environment
78
79* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-5
80- add Patch0 (libgnomecups-0.2.3-glib-header.patch)
81
82* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.2.3-4
83- build with rpm-4.8.1-1 for pkg-config file
84
85* Fri Sep 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.3-3
86- removed *.la
87- spec in utf-8
88
89* Thu Apr 17 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.2.3-2
90- rebuilt with glib2-devel-2.16.3-1vl5 (without *.la files)
91
92* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.3-1vl5
93- new upstream release
94
95* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-0vl4
96- rebuilt with new toolchain and environment
97
98* Sat Dec 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.2.2-0vl3
99- add BuildRequires: openssl-devel
100- add Requires: {glib2,cups,openssl}-devel to -devel package
101
102* Mon Oct 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.2-0vl2
103- add Requires: cups-libs instead of cups (<BTS:322>)
104
105* Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.2-0vl1
106- new upstream release
107
108* Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl2
109- build with hal/dbus
110
111* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl1
112- new upstream version
113- drop all patches
114
115* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.13-0vl2
116- rebuild with gnome-2.8
117- add patch1,4 from fc
118
119* Sat Oct 09 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.13-0vl1
120- new upstream release
121
122* Fri Sep 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.11-0vl1
123- new upstream release
124
125* Sun Aug 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.9-0vl1
126- new upstream release
127
128* Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
129- Initial build for Vine Linux based on Mandrake package
130
131* Wed Aug  6 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.1.6-1mdk
132- Release 0.1.6
133
134* Thu Jul 17 2003 Frederic Crozat <fcrozat@mandrakesoft.com> - 0.1.5-1mdk
135- First Mandrake package
136
Note: See TracBrowser for help on using the repository browser.