source: projects/specs/branches/6/g/gtk-murrine-engine/gtk-murrine-engine-vl.spec @ 3983

Revision 3983, 4.0 KB checked in by kazutaka, 13 years ago (diff)

新規パッケージ

Line 
1Summary: Murrine GTK2 engine
2Name: gtk-murrine-engine
3Version: 0.98.1.1
4Release: 1%{?_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* Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.98.1.1-1
61- initial build for Vine Linux based on fedora development
62
63* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.1.1-2
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
65
66* Mon Oct 11 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.1.1-1
67- Update to 0.98.1.1
68- License change to LGPLv2.1 and LGPLv3
69
70* Wed Sep 29 2010 jkeating - 0.98.0-2
71- Rebuilt for gcc bug 634757
72
73* Thu Sep 23 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.0-1
74- Update to 0.98.0
75
76* Thu Nov 12 2009 Martin Sourada <mso@fedoraproject.org> - 0.90.3-3
77- Don't own %%{_datadir}/themes
78
79* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.3-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
81
82* Thu Apr 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.90.3-1
83- Update to 0.90.3
84
85* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.1-4
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
87
88* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.53.1-3
89- fix license tag
90
91* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.53.1-2
92- Autorebuild for GCC 4.3
93
94* Sun May 20 2007 Leo Shidai Liu <sdl.web@gmail.com> 0.53.1-1
95- 0.53.1
96
97* Thu Apr  5 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.52-1
98- 0.52
99
100* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-2
101- fix last change
102
103* Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-1
104- 0.51
105
106* Fri Jan 12 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.41-1
107- 0.41
108
109* Wed Jan 10 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.40.1-1
110- 0.40.1
111
112* Fri Nov 24 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-4
113- Correct changelog entries to include release number
114
115* Tue Nov 21 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-3
116- remove themes from gnome-look
117- remove CREDITS patch
118- add all themes from upstream
119
120* Thu Nov 16 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-2
121- 0.31
122
123* Sun Nov 12 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.30.2-1
124- Add three gtk2 themes
125
126* Tue Sep 19 2006 Shidai Liu, Leo <sdl.web@gmail.com>
127- Initial build.
128
Note: See TracBrowser for help on using the repository browser.