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

Revision 6742, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

add patch

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