~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to smplayer.spec

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define name    smplayer
2
 
%define version 0.4.12
 
2
%define version 0.5.20
3
3
%define release rvm
4
4
 
5
5
Name:           %{name}
33
33
make PREFIX=/usr
34
34
 
35
35
%install
36
 
make PREFIX=%{?buildroot:%{buildroot}}/usr/ \
37
 
     KDE_PREFIX=%{?buildroot:%{buildroot}}/usr/ \
38
 
     CONF_PREFIX=%{?buildroot:%{buildroot}}/ \
39
 
     install
 
36
make PREFIX=/usr DESTDIR=%{?buildroot:%{buildroot}} install
40
37
 
41
38
%clean
42
39
rm -rf $RPM_BUILD_ROOT
45
42
%attr (-,root,root) /*
46
43
 
47
44
%changelog
 
45
* Sun May 20 2007 Ricardo Villalba <rvm@escomposlinux.org>
 
46
  - use DESTDIR in make install
48
47
* Sat May 5 2007 Ricardo Villalba <rvm@escomposlinux.org>
49
48
  - fixed some typos
50
49
* Mon Feb 12 2007 Ricardo Villalba <rvm@escomposlinux.org>