source: projects/specs/trunk/g/gtk-murrine-engine/gtk-murrine-engine-vl.spec @ 9065

Revision 9065, 4.1 KB checked in by kudoh, 9 years ago (diff)

rebuilt with libpng-1.6.12

Line 
1Summary: Murrine GTK2 engine
2Name: gtk-murrine-engine
3Version: 0.98.1.1
4Release: 2%{?_dist_release}
5License: LGPLv2 or LGPLv3
6Group: System Environment/Libraries
7URL: http://www.cimitan.com/murrine/
8Source0: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-%{version}.tar.bz2
9Source10: http://cimi.netsons.org/media/download_gallery/MurrinaFancyCandy.tar.bz2
10Source11: http://cimi.netsons.org/media/download_gallery/MurrinaVerdeOlivo.tar.bz2
11Source12: http://cimi.netsons.org/media/download_gallery/MurrinaAquaIsh.tar.bz2
12Source13: http://cimi.netsons.org/media/download_gallery/MurrinaGilouche.tar.bz2
13Source14: http://cimi.netsons.org/media/download_gallery/MurrinaLoveGray.tar.bz2
14Source15: http://cimi.netsons.org/media/download_gallery/MurrineThemePack.tar.bz2
15BuildRequires: gtk2-devel intltool
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17
18%description
19Murrine Engine is a Gtk2 theme engine, using the Cairo vector graphics
20library. It comes by default with a modern glassy look, inspired by
21Venetian glass artworks, and is extremely customizable.
22
23
24%prep
25%setup -q -n murrine-%{version}
26
27%build
28%configure --enable-animation --enable-animationrtl
29make %{?_smp_mflags}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make install DESTDIR=$RPM_BUILD_ROOT
34mkdir -p $RPM_BUILD_ROOT/%{_datadir}/themes
35(cd $RPM_BUILD_ROOT/%{_datadir}/themes;
36bzcat %{SOURCE10} | tar -xvf -;
37bzcat %{SOURCE11} | tar -xvf -;
38bzcat %{SOURCE12} | tar -xvf -;
39bzcat %{SOURCE13} | tar -xvf -;
40bzcat %{SOURCE14} | tar -xvf -;
41bzcat %{SOURCE15} | tar -xvf -;
42)
43
44#remove .la files
45find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
46#fix permission
47find $RPM_BUILD_ROOT/%{_datadir}/themes -type f | xargs chmod 0644 || true
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(-,root,root,-)
54%doc AUTHORS ChangeLog COPYING COPYING.2.1 NEWS
55%{_libdir}/gtk-2.0/*/engines/*
56%{_datadir}/gtk-engines
57%{_datadir}/themes/*
58
59%changelog
60* Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.98.1.1-2
61- rebuilt with libpng-1.6.12
62
63* Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.98.1.1-1
64- initial build for Vine Linux based on fedora development
65
66* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.1.1-2
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68
69* Mon Oct 11 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.1.1-1
70- Update to 0.98.1.1
71- License change to LGPLv2.1 and LGPLv3
72
73* Wed Sep 29 2010 jkeating - 0.98.0-2
74- Rebuilt for gcc bug 634757
75
76* Thu Sep 23 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.0-1
77- Update to 0.98.0
78
79* Thu Nov 12 2009 Martin Sourada <mso@fedoraproject.org> - 0.90.3-3
80- Don't own %%{_datadir}/themes
81
82* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.3-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Thu Apr 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.90.3-1
86- Update to 0.90.3
87
88* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.1-4
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
90
91* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.53.1-3
92- fix license tag
93
94* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.53.1-2
95- Autorebuild for GCC 4.3
96
97* Sun May 20 2007 Leo Shidai Liu <sdl.web@gmail.com> 0.53.1-1
98- 0.53.1
99
100* Thu Apr  5 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.52-1
101- 0.52
102
103* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-2
104- fix last change
105
106* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-1
107- 0.51
108
109* Fri Jan 12 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.41-1
110- 0.41
111
112* Wed Jan 10 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.40.1-1
113- 0.40.1
114
115* Fri Nov 24 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-4
116- Correct changelog entries to include release number
117
118* Tue Nov 21 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-3
119- remove themes from gnome-look
120- remove CREDITS patch
121- add all themes from upstream
122
123* Thu Nov 16 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-2
124- 0.31
125
126* Sun Nov 12 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.30.2-1
127- Add three gtk2 themes
128
129* Tue Sep 19 2006 Shidai Liu, Leo <sdl.web@gmail.com>
130- Initial build.
131
Note: See TracBrowser for help on using the repository browser.