-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.spec.in
149 lines (109 loc) · 3.29 KB
/
package.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# -*- mode: rpm-spec -*-
Name: @PACKAGE_TARNAME@
Version: @RPM_VERSION@
Release: @RPM_RELEASE@%{?dist}
Summary: ndim's utility collection
Group: Applications/System
License: GPLv2+
URL: @PACKAGE_URL@
Source0: @[email protected]
BuildRequires: ImageMagick
BuildRequires: firefox
BuildRequires: gcc
BuildRequires: libselinux-devel
Requires: /usr/bin/busctl
%package xnest
Summary: Xnest helper scripts
Group: Applications/System
BuildArch: noarch
Requires: xorg-x11-server-Xnest
Requires: xorg-x11-xauth
%package xsel
Summary: xsel related scripts
Group: Applications/System
BuildArch: noarch
Requires: xsel
%description
admin-py/
Some admin tools written in python. Mostly whois and DNS stuff.
cdburn/
Burn CDs without clicking and remembering all those options.
misc/
Miscellaneous helpers programs.
misc-scripts/
Miscellaneous scripts.
palm-scripts/
Hotplug scripts for using a Palm device (upload, backup, PPP).
pkg-info/
Information about the ndim-utils package.
traffic/
Analyze ppp logs from a LEAF Bering router.
%description xnest
Scripts related to the X11 Xnest server.
%description xsel
Scripts related to the X11 selection available via xsel(1).
%prep
%setup -q -n @distdir@
%build
%configure
%make_build
%install
%make_install
rm %{buildroot}%{_bindir}/ppp-traffic-analysis.py*
while read file; do
rm "%{buildroot}$file"
done<<RMXXX
%{_bindir}/ndim-utils-info
%{_bindir}/ndim-utils-info.sh
%{_bindir}/ndim-utils-info2.sh
RMXXX
%files
%defattr(-,root,root,-)
%doc %{_docdir}/*
%{_sysconfdir}/profile.d/ndim-utils-CRLF.sh
%{_sysconfdir}/profile.d/ndim-utils-mkcd.sh
%{_sysconfdir}/profile.d/ndim-utils-vim-editor.csh
%{_sysconfdir}/profile.d/ndim-utils-vim-editor.sh
%{_sysconfdir}/profile.d/zzzzz-ndim-utils-shell-prompt.sh
%{_bindir}/bing
%{_bindir}/burn-directory
%{_bindir}/colfilter
%{_bindir}/ndim-gnome-fixes
%{_bindir}/one
%{_bindir}/params-logfile
%{_bindir}/params-stderr
%{_bindir}/params-stdout
%{_bindir}/pdf2minibook
%{_bindir}/percheck
%{_bindir}/restart-gnome-shell
%{_bindir}/strace-normalize
%{_mandir}/man1/one.1.gz
%{_mandir}/man1/percheck.1.gz
%{_mandir}/man1/params-logfile.1.gz
%{_mandir}/man1/params-stderr.1.gz
%{_mandir}/man1/params-stdout.1.gz
%{_bindir}/firefox-killer
%{_datadir}/applications/firefox_killer.desktop
%{_datadir}/icons/hicolor/48x48/apps/firefox_killer.png
%{_datadir}/icons/hicolor/256x256/apps/firefox_killer.png
%files xnest
%defattr(-,root,root,-)
%{_bindir}/xnest
%files xsel
%defattr(-,root,root,-)
%{_bindir}/watch-xsel
%{_mandir}/man1/watch-xsel.1.gz
%changelog
* Mon Dec 8 2014 Hans Ulrich Niedermann <[email protected]> - 0.6.3-1
- Ship xnest in xnest subpackage
- Remove obsolete ps2lj4 and list-debuginfo-rpms
* Mon Dec 8 2014 Hans Ulrich Niedermann <[email protected]> - 0.5.23-1
- Add xsel subpackage for watch-xsel
* Sat Apr 6 2013 Hans Ulrich Niedermann <[email protected]> - 0.5.0-1
- General cleanups
* Thu Nov 29 2007 Hans Ulrich Niedermann <[email protected]> - @VERSION@-3
- General cleanups following long period of inactivity.
* Mon Jun 19 2006 Hans Ulrich Niedermann <[email protected]> - 0.1.1.2-2
- clean up spec file according to fedora-qa
* Mon Jun 19 2006 Hans Ulrich Niedermann <[email protected]> - 0.1.1-1
- initial release