~ubuntu-branches/ubuntu/wily/lyricue/wily

« back to all changes in this revision

Viewing changes to lyricue.spec

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-11-06 16:24:28 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111106162428-o9tmwfr5hbq1884c
Tags: 3.2.1-0ubuntu1
* New upstream release (LP: #389654).
* Packaging based on upstream's PPA:
  - lists of (build-)dependencies updated
  - menu file dropped
  - postinst/postrm scripts removed, lyricue guides setup on first run
  - debian/rules: use dh sequencer
* Generate manpage with pod2man.
* extra-docs.patch: don't install some unneded files.
* manpage-name.patch: make manpage valid.
* desktop.patch: make desktop files valid.
* Convert copyright file to DEP5 format.
* Use source format 3.0 (quilt).
* Update homepage and watch file.
* Bump Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Revision: 1.7 $, $Date: 2008/10/03 02:18:22 $
2
 
Summary:        The GNU Lyric Display System
3
 
Name:           lyricue
4
 
Version:        1.9.8
5
 
Release:        0.9
6
 
License:        GPL
7
 
Group:          X11/Applications/Graphics
8
 
URL:            http://www.adebenham.com/lyricue/
9
 
Source0:        http://www.adebenham.com/debian/%{name}_%{version}.tar.gz
10
 
Patch0:         %{name}-makefile.patch
11
 
Patch1:         %{name}-desktop.patch
12
 
Requires:       mysql-client
13
 
Requires:       perl-DBD-mysql
14
 
Requires:       perl-DBI
15
 
Requires:       perl-Gnome2-Canvas
16
 
Requires:       perl-Gtk2-GladeXML
17
 
Requires:       perl-Gtk2-Spell
18
 
Requires:       perl-URI
19
 
Suggests:       perl-Gtk2-TrayIcon
20
 
Suggests:       perl-Locale-gettext
21
 
Suggests:       sword-devel
22
 
BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
 
 
24
 
%description
25
 
This application is used to edit/display song lyrics and passages of
26
 
text on a second screen/projector for use at live events such as
27
 
church services, concerts and seminars.
28
 
 
29
 
%prep
30
 
%setup -q
31
 
%patch0
32
 
%patch1
33
 
 
34
 
%build
35
 
%{__make}
36
 
 
37
 
%install
38
 
rm -rf $RPM_BUILD_ROOT
39
 
%{make} install \
40
 
        DESTDIR=$RPM_BUILD_ROOT
41
 
 
42
 
mv $RPM_BUILD_ROOT%{_datadir}/locale/es{_ES,}
43
 
 
44
 
%{find_lang} %{name}
45
 
 
46
 
rm -rf $RPM_BUILD_ROOT%{_datadir}/docs/%{name}
47
 
 
48
 
%clean
49
 
rm -rf $RPM_BUILD_ROOT
50
 
 
51
 
%files -f %{name}.lang
52
 
%defattr(644,root,root,755)
53
 
%dir %{_sysconfdir}/lyricue
54
 
%config(noreplace) %{_sysconfdir}/lyricue/*
55
 
%attr(755,root,root) %{_bindir}/*
56
 
%dir %{_datadir}/lyricue
57
 
%{_datadir}/lyricue/*
58
 
%doc docs/*
59
 
%{_desktopdir}/lyricue.desktop
60
 
%{_desktopdir}/lyricue_server.desktop
61
 
 
62
 
%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
63
 
%changelog
64
 
* %{date} Lyricue Team <lds-devel@lists.sourceforge.net>
65
 
All persons listed below can be reached at lds-devel@lists.sourceforge.net
66
 
 
67
 
$Log: lyricue.spec,v $
68
 
Revision 1.7  2008/10/03 02:18:22  cjdebenh
69
 
Update for 1.9.8 release
70
 
 
71
 
Revision 1.6  2007/11/12 03:40:57  cjdebenh
72
 
Import spec file from Caleb Maclennan
73