source: projects/specs/branches/6/g/gifmerge/gifmerge-vl.spec @ 521

Revision 521, 813 bytes checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Merge GIFs to a GIF animation
2Name: gifmerge
3Version: 1.33
4Release: 1%{?_dist_release}
5Url: http://www.the-labs.com/GIFMerge/
6Source: gifmerge.tar.gz
7License: distributable for non-commercial use
8Group: Applications/Graphics
9Buildroot: %{_tmppath}/%{name}-%{version}-root
10
11Vendor: Project Vine
12Distribution: Vine Linux
13
14%description
15
16%prep
17rm -rf %{buildroot}
18
19%setup -c
20
21%build
22make
23
24%install
25install -d %{buildroot}/%{_bindir}
26install gifmerge %{buildroot}/%{_bindir}
27
28%clean
29rm -rf %{buildroot}
30
31%files
32%defattr(-,root,root)
33%{_bindir}/gifmerge
34
35%changelog
36* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 1.33-1vl5
37- applied new versioning policy
38
39* Sat Mar 18 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.33-0vl2
40- added ChangeLog
41- rebuilt with new toolchains
42- s/Copyright/License/
43- changed Group:
Note: See TracBrowser for help on using the repository browser.