Changeset 2591 for trunk/server/fedora/specs
- Timestamp:
- Aug 27, 2014, 10:06:17 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 4 deleted
- 14 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/server/fedora/specs/accountadm.spec
r2300 r2591 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 11 BuildRequires: scripts-openafs-devel, scripts-openafs-authlibs-devel 12 BuildRequires: hesi nfo12 BuildRequires: hesiod 13 13 BuildRequires: openldap-clients 14 14 BuildRequires: krb5-devel 15 15 BuildRequires: sudo 16 Requires: hesi nfo16 Requires: hesiod 17 17 Requires: openldap-clients 18 18 Requires: sudo -
trunk/server/fedora/specs/discuss.spec
r2388 r2591 1 1 # Make sure to update this to coincide with the most recent debathena-discuss 2 2 # release from http://debathena.mit.edu/apt/pool/debathena/d/debathena-discuss/ 3 %define upstreamversion 10.0.1 53 %define upstreamversion 10.0.17 4 4 Name: discuss 5 5 Version: %{upstreamversion} … … 21 21 22 22 %prep 23 %setup -q -n debathena-%{name}-%{upstreamversion}23 %setup -q -n %{name}-%{upstreamversion} 24 24 25 25 %build … … 30 30 automake --add-missing --foreign || : 31 31 %configure --without-krb4 --with-krb5 --with-zephyr --with-pager=/usr/bin/less 32 make %{?_smp_mflags} 32 #make %{?_smp_mflags} 33 make 33 34 34 35 %install … … 56 57 %{_bindir}/dspipe 57 58 %{_bindir}/mkds 58 %{_bindir}/pmtg59 59 %{_bindir}/rmds 60 60 %{_libexecdir}/edsc … … 99 99 %attr(755,discuss,discuss) %{_localstatedir}/spool/discuss 100 100 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/%{name} 101 %{_libexecdir}/disdebug 102 %{_libexecdir}/expunge 103 %{_libexecdir}/recover 101 104 102 105 %pre server … … 108 111 109 112 %changelog 113 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 10.0.17-1 114 - Update to discuss 10.0.17 115 110 116 * Tue Mar 19 2013 Alexander Chernyakhovsky <achernya@mit.edu> - 10.0.15-1 111 117 - Update to discuss 10.0.15 -
trunk/server/fedora/specs/ghc-cgi.spec
r2246 r2591 1 # cabal2spec-0.251 # Generated with cabal-rpm 2 2 # https://fedoraproject.org/wiki/Packaging:Haskell 3 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell4 3 5 4 %global pkg_name cgi 6 5 7 %global common_summary Haskell %{pkg_name} library 6 Name: ghc-%{pkg_name} 7 Version: 3001.1.8.5 8 Release: 0.%{scriptsversion}%{?dist} 9 Summary: A library for writing CGI programs 8 10 9 %global common_description A %{pkg_name} library for Haskell.10 11 Name: ghc-%{pkg_name}12 Version: 3001.1.8.213 Release: 0.%{scriptsversion}%{?dist}14 Summary: %{common_summary}15 16 Group: System Environment/Libraries17 11 License: BSD 18 # BEGIN cabal2spec19 12 URL: http://hackage.haskell.org/package/%{pkg_name} 20 13 Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz 21 ExclusiveArch: %{ghc_arches} 14 22 15 BuildRequires: ghc-Cabal-devel 23 16 BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} 24 # END cabal2spec 25 BuildRequires: ghc-network-prof 26 BuildRequires: ghc-parsec-prof 27 BuildRequires: ghc-mtl-prof 28 BuildRequires: ghc-MonadCatchIO-mtl-prof 29 BuildRequires: ghc-xhtml-prof 17 # Begin cabal-rpm deps: 18 BuildRequires: ghc-MonadCatchIO-mtl-devel 19 BuildRequires: ghc-containers-devel 20 BuildRequires: ghc-mtl-devel 21 BuildRequires: ghc-network-devel 22 BuildRequires: ghc-old-locale-devel 23 BuildRequires: ghc-old-time-devel 24 BuildRequires: ghc-parsec-devel 25 BuildRequires: ghc-xhtml-devel 26 # End cabal-rpm deps 30 27 31 28 %description 32 %{common_description} 29 This is a Haskell library for writing CGI programs. 30 31 32 %package devel 33 Summary: Haskell %{pkg_name} library development files 34 Provides: %{name}-static = %{version}-%{release} 35 Requires: ghc-compiler = %{ghc_version} 36 Requires(post): ghc-compiler = %{ghc_version} 37 Requires(postun): ghc-compiler = %{ghc_version} 38 Requires: %{name}%{?_isa} = %{version}-%{release} 39 40 %description devel 41 This package provides the Haskell %{pkg_name} library development files. 33 42 34 43 … … 45 54 46 55 47 # devel subpackage 48 %ghc_devel_package 49 50 %ghc_devel_description 56 %post devel 57 %ghc_pkg_recache 51 58 52 59 53 %ghc_devel_post_postun 60 %postun devel 61 %ghc_pkg_recache 54 62 55 63 56 %ghc_files LICENSE 64 %files -f %{name}.files 65 %doc LICENSE 66 67 68 %files devel -f %{name}-devel.files 57 69 58 70 59 71 %changelog 72 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 3001.1.8.5-0 73 - Updated packaging for F20, with cabal-rpm 74 60 75 * Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 3001.1.8.2-0 61 76 - regenerated packaging with cabal2spec-0.25.5 -
trunk/server/fedora/specs/ghc-unix-handle.spec
r2246 r2591 1 # cabal2spec-0.252 1 # https://fedoraproject.org/wiki/Packaging:Haskell 3 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell4 2 5 3 %global pkg_name unix-handle 6 7 %global common_summary Haskell %{pkg_name} library8 9 %global common_description A %{pkg_name} library for Haskell.10 4 11 5 Name: ghc-%{pkg_name} 12 6 Version: 0.0.0 13 7 Release: 0.%{scriptsversion}%{?dist} 14 Summary: %{common_summary}8 Summary: POSIX operations on Handles 15 9 16 Group: System Environment/Libraries17 10 License: BSD 18 # BEGIN cabal2spec19 11 URL: http://hackage.haskell.org/package/%{pkg_name} 20 12 Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz 21 ExclusiveArch: %{ghc_arches} 13 22 14 BuildRequires: ghc-Cabal-devel 23 15 BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} 24 # END cabal2spec 16 # Begin cabal-rpm deps: 17 BuildRequires: ghc-unix-devel 18 # End cabal-rpm deps 25 19 26 20 %description 27 %{common_description} 21 This package provides versions of functions from "System.Posix.Files" that 22 operate on 'System.IO.Handle' instead of 'System.IO.FilePath' or 23 'System.Posix.Fd'. This is useful to prevent race conditions that may arise 24 from looking up the same path twice. 25 26 27 %package devel 28 Summary: Haskell %{pkg_name} library development files 29 Provides: %{name}-static = %{version}-%{release} 30 Requires: ghc-compiler = %{ghc_version} 31 Requires(post): ghc-compiler = %{ghc_version} 32 Requires(postun): ghc-compiler = %{ghc_version} 33 Requires: %{name}%{?_isa} = %{version}-%{release} 34 35 %description devel 36 This package provides the Haskell %{pkg_name} library development files. 28 37 29 38 … … 40 49 41 50 42 # devel subpackage 43 %ghc_devel_package 44 45 %ghc_devel_description 51 %post devel 52 %ghc_pkg_recache 46 53 47 54 48 %ghc_devel_post_postun 55 %postun devel 56 %ghc_pkg_recache 49 57 50 58 51 %ghc_files LICENSE 59 %files -f %{name}.files 60 %doc LICENSE 61 62 63 %files devel -f %{name}-devel.files 52 64 53 65 54 66 %changelog 67 * Mon May 26 2014 Alex Chernyakhovsky <achernya@mit.edu> - 0.0.0-0 68 - Updated packaging for F20 with cabal-rpm 69 55 70 * Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 0.0.0-0 56 71 - regenerated packaging with cabal2spec-0.25.5 -
trunk/server/fedora/specs/httpd.spec.patch
r2377 r2591 1 --- /tmp/httpd/httpd.spec.orig 2013-02-14 17:53:29.967176396 -05002 +++ /tmp/httpd/httpd.spec 2013-02-14 17:54:57.172521444 -05003 @@ - 9,7 +9,7 @@1 --- rpmbuild/SPECS/httpd.spec.~1~ 2014-07-23 06:24:15.000000000 -0400 2 +++ httpd.spec 2014-08-26 21:10:34.994027237 -0400 3 @@ -15,7 +15,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2. 2.236 Version: 2.4.10 7 7 -Release: 1%{?dist} 8 8 +Release: 1%{?dist}.scripts.%{scriptsversion} … … 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -57,6 +57,15 @@ 13 Requires(postun): systemd-units 14 Requires(post): systemd-units 15 12 @@ -65,6 +65,13 @@ 13 # Bug fixes 14 Patch55: httpd-2.4.4-malformed-host.patch 15 Patch56: httpd-2.4.4-mod_unique_id.patch 16 + 17 +Patch1001: httpd-suexec-scripts.patch 18 +Patch1002: httpd-mod_status-security.patch 19 +Patch1003: httpd-304s.patch 20 +Patch1004: httpd-fixup-vhost.patch 21 +Patch1005: httpd-allow-null-user.patch 22 + 23 License: ASL 2.0 24 Group: System Environment/Daemons 25 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 26 @@ -77,6 +84,7 @@ 27 Provides: webserver 28 Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release} 29 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}, httpd-mmn = %{oldmmnisa} 16 30 +Provides: scripts-httpd = %{version}-%{release} 17 +Patch1000: httpd-suexec-scripts.patch 18 +Patch1003: httpd-2.2.x-mod_status-security.patch 19 +Patch1004: httpd-2.2.x-304.patch 20 +Patch1005: httpd-2.2.x-mod_ssl-sessioncaching.patch 21 +Patch1006: httpd-suexec-cloexec.patch 22 +Patch1007: httpd-fixup-vhost.patch 23 +Patch1008: httpd-SSLCompression.patch 24 + 25 %description 26 The Apache HTTP Server is a powerful, efficient, and extensible 27 web server. 28 @@ -67,6 +76,7 @@ 31 Requires: httpd-tools = %{version}-%{release} 32 Requires(pre): /usr/sbin/useradd 33 Requires(preun): systemd-units 34 @@ -94,6 +102,7 @@ 29 35 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 30 36 Requires: apr-devel, apr-util-devel, pkgconfig … … 34 40 %description devel 35 41 The httpd-devel package contains the APXS binary and other files 36 @@ -1 05,6 +115,7 @@42 @@ -132,6 +141,7 @@ 37 43 Requires(post): openssl, /bin/cat 38 44 Requires(pre): httpd … … 42 48 43 49 %description -n mod_ssl 44 @@ -1 31,6 +142,14@@45 # Patch in vendor/release string46 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p150 @@ -190,6 +200,12 @@ 51 %patch55 -p1 -b .malformedhost 52 %patch56 -p1 -b .uniqueid 47 53 48 +%patch1000 -p1 -b .scripts 49 +%patch1003 -p1 -b .permitstatus 50 +%patch1004 -p1 -b .scripts-304 51 +%patch1005 -p1 -b .ssl-sessioncache 52 +%patch1006 -p1 -b .cloexec 53 +%patch1007 -p1 -b .fixup-vhost 54 +%patch1008 -p1 -b .sslcompression 54 +%patch1001 -p1 -b .suexec-scripts 55 +%patch1002 -p1 -b .mod_status-security 56 +%patch1003 -p1 -b .scripts-304s 57 +%patch1004 -p1 -b .fixup-vhost 58 +%patch1005 -p1 -b .allow-null-user 55 59 + 56 # Safety check: prevent build if defined MMN does not equal upstream MMN. 57 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 58 if test "x${vmmn}" != "x%{mmn}"; then 59 @@ -191,10 +210,12 @@ 60 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 60 # Patch in the vendor string 61 sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h 62 63 @@ -242,11 +258,13 @@ 61 64 --enable-suexec --with-suexec \ 65 --enable-suexec-capabilities \ 62 66 --with-suexec-caller=%{suexec_caller} \ 63 - --with-suexec-docroot=%{contentdir} \ 67 - --with-suexec-docroot=%{docroot} \ 68 - --without-suexec-logfile \ 69 - --with-suexec-syslog \ 64 70 + --with-suexec-docroot=/ \ 65 71 + --with-suexec-userdir=web_scripts \ 66 72 + --with-suexec-trusteddir=/usr/libexec/scripts-trusted \ 67 --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \ 73 + --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \ 74 + --without-suexec-syslog \ 68 75 --with-suexec-bin=%{_sbindir}/suexec \ 69 76 - --with-suexec-uidmin=500 --with-suexec-gidmin=100 \ … … 71 78 --enable-pie \ 72 79 --with-pcre \ 73 $* 80 --enable-mods-shared=all \ 81 @@ -542,7 +560,8 @@ 82 %{_sbindir}/fcgistarter 83 %{_sbindir}/apachectl 84 %{_sbindir}/rotatelogs 85 -%caps(cap_setuid,cap_setgid+pe) %attr(510,root,%{suexec_caller}) %{_sbindir}/suexec 86 +# cap_dac_override needed to write to /var/log/httpd 87 +%caps(cap_setuid,cap_setgid,cap_dac_override+pe) %attr(510,root,%{suexec_caller}) %{_sbindir}/suexec 88 89 %dir %{_libdir}/httpd 90 %dir %{_libdir}/httpd/modules 91 @@ -1014,3 +1033,8 @@ 92 * Sun Apr 04 2010 Robert Scheck <robert@fedoraproject.org> - 2.2.15-1 93 - update to 2.2.15 (#572404, #579311) 94 95 +Patch1001: httpd-suexec-scripts.patch 96 +Patch1002: httpd-mod_status-security.patch 97 +Patch1003: httpd-304s.patch 98 +Patch1004: httpd-fixup-vhost.patch 99 +Patch1005: httpd-allow-null-user.patch -
trunk/server/fedora/specs/krb5.spec.patch
r2416 r2591 1 --- krb5.spec.orig 201 3-05-23 18:04:40.738088099-04002 +++ krb5.spec 201 3-05-23 18:08:02.592147349-04003 @@ - 20,7 +20,7 @@1 --- krb5.spec.orig 2014-05-25 19:01:13.701141912 -0400 2 +++ krb5.spec 2014-05-25 19:02:11.438816630 -0400 3 @@ -41,7 +41,7 @@ 4 4 Summary: The Kerberos network authentication system 5 5 Name: krb5 6 Version: 1.1 0.27 -Release: 1 2%{?dist}8 +Release: 1 2%{?dist}.scripts.%{scriptsversion}6 Version: 1.11.5 7 -Release: 11%{?dist} 8 +Release: 11%{?dist}.scripts.%{scriptsversion} 9 9 # Maybe we should explode from the now-available-to-everybody tarball instead? 10 # http://web.mit.edu/kerberos/dist/krb5/1.1 0/krb5-1.10.2-signed.tar10 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.5-signed.tar 11 11 Source0: krb5-%{version}.tar.gz 12 @@ - 77,6 +77,8 @@13 Patch 113: krb5-fast-msg_type.patch14 Patch 114: krb5-1.11.2-kpasswd_pingpong.patch12 @@ -143,6 +143,8 @@ 13 Patch405: 0005-Be-more-careful-of-target-ccache-collections.patch 14 Patch406: 0006-Copy-config-entries-to-the-target-ccache.patch 15 15 16 16 +Patch1000: krb5-kuserok-scripts.patch … … 19 19 URL: http://web.mit.edu/kerberos/www/ 20 20 Group: System Environment/Libraries 21 @@ - 134,6 +136,7 @@21 @@ -232,6 +234,7 @@ 22 22 %package libs 23 23 Summary: The shared libraries used by Kerberos 5 24 24 Group: System Environment/Libraries 25 25 +Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa} 26 %if 0%{?rhel} == 6 27 # Some of the older libsmbclient builds here incorrectly called 28 # krb5_locate_kdc(), which was mistakenly exported in 1.9. 29 @@ -410,6 +413,8 @@ 30 %patch203 -p1 -b .otp2 31 %patch204 -p1 -b .move-otp-sockets 26 32 27 %description libs28 Kerberos is a network authentication system. The krb5-libs package29 @@ -261,6 +264,7 @@30 %patch112 -p1 -b .CVE-2013-141631 %patch113 -p1 -b .fast-msg_type32 %patch114 -p1 -b .kpasswd_pingpong33 33 +%patch1000 -p1 -b .kuserok 34 rm src/lib/krb5/krb/deltat.c 34 + 35 # Take the execute bit off of documentation. 36 chmod -x doc/krb5-protocol/*.txt 35 37 36 gzip doc/*.ps -
trunk/server/fedora/specs/openafs.spec.patch
r2504 r2591 1 --- openafs.spec.orig 201 3-06-24 04:40:31.000000000-04002 +++ openafs.spec 201 3-07-18 22:43:10.631044261-04001 --- openafs.spec.orig 2014-05-25 21:15:54.539027644 -0400 2 +++ openafs.spec 2014-05-25 21:16:27.836268275 -0400 3 3 @@ -4,7 +4,7 @@ 4 %define pkgvers 1.6. 44 %define pkgvers 1.6.8 5 5 # for beta/rc releases make pkgrel 0.<tag> 6 6 # for real releases make pkgrel 1 (or more for extra releases) … … 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -249,9 +249,1 6@@12 @@ -249,9 +249,15 @@ 13 13 %if %{build_modules} 14 14 BuildRequires: kernel-devel … … 21 21 +Patch1002: openafs-systemd-crond.patch 22 22 +Patch1003: openafs-systemd-csdb.patch 23 +Patch1004: openafs-d_drop.patch24 23 +%define _default_patch_fuzz 2 25 24 + … … 33 32 +Provides: scripts-openafs-client 34 33 Requires: binutils, openafs = %{version} 35 %if 0%{?fedora} >= 15 34 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 36 35 Requires: systemd-units 37 36 @@ -382,6 +389,7 @@ … … 92 91 %else 93 92 94 @@ -698,6 +711,1 2@@93 @@ -698,6 +711,11 @@ 95 94 #%setup -q -n %{srcdir} 96 95 %setup -q -b 1 -n %{srcdir} … … 100 99 +%patch1002 -p1 -b .systemd-crond 101 100 +%patch1003 -p1 -b .systemd-csdb 102 +%patch1004 -p1 -b .d_drop103 101 + 104 102 ############################################################################## 105 103 # 106 104 # building 107 @@ -8 69,6 +887,8 @@105 @@ -871,6 +889,8 @@ 108 106 %endif 109 107 %endif … … 114 112 --prefix=%{_prefix} \ 115 113 --libdir=%{_libdir} \ 116 @@ -12 57,6 +1277,13 @@114 @@ -1267,6 +1287,13 @@ 117 115 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 118 116 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.* -
trunk/server/fedora/specs/openssh.spec.patch
r2450 r2591 1 --- openssh.spec.orig 201 3-07-15 21:14:52.452894092-04002 +++ openssh.spec 201 3-07-15 21:18:59.494168115-04003 @@ -7 4,7 +74,7 @@1 --- openssh.spec.orig 2014-05-25 19:03:45.308703615 -0400 2 +++ openssh.spec 2014-05-25 19:05:57.593843283 -0400 3 @@ -71,7 +71,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 5 5 Name: openssh … … 9 9 URL: http://www.openssh.com/portable.html 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -220,7 +220,7 @@ 13 Patch904: openssh-5.9p1-change-max-startups.patch 14 # make sftp's libedit interface marginally multibyte aware (#841771) 15 Patch908: openssh-5.9p1-sftp-multibyte.patch 16 - 11 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -196,6 +196,7 @@ 13 # ignore environment variables with embedded '=' or '\0' characters (#1077843) 14 Patch909: openssh-6.4p1-ignore-bad-env-var.patch 15 17 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 18 17 19 18 License: BSD 20 19 Group: Applications/Internet 21 @@ -2 71,6 +273,7 @@22 Group: Applications/Internet23 Requires: openssh = %{version}-%{release}20 @@ -254,6 +255,7 @@ 21 Requires(pre): /usr/sbin/useradd 22 Requires: pam >= 1.0.1-3 24 23 Requires: fipscheck-lib%{_isa} >= 1.3.0 25 24 +Provides: scripts-openssh-server 26 27 %package server28 Summary: An open source SSH server daemon29 @@ -4 58,10 +461,12 @@30 %patch71 4 -p0 -b .null-xcrypt25 Requires(post): systemd-units 26 Requires(preun): systemd-units 27 Requires(postun): systemd-units 28 @@ -411,10 +413,12 @@ 29 %patch713 -p1 -b .ctr-cavs 31 30 32 31 %patch800 -p1 -b .gsskex … … 39 38 +# Remove the kuserok patch as it won't apply without patch800 40 39 +# %patch901 -p1 -b .kuserok 41 %patch902 -p1 -b . man-moduli42 %patch903 -p1 -b . ipqos43 %patch904 -p1 -b . max-startups44 @@ -4 71,6 +476,8 @@40 %patch902 -p1 -b .ccache_name 41 %patch903 -p1 -b .dh 42 %patch904 -p1 -b .SP800-131A 43 @@ -428,6 +432,8 @@ 45 44 # Nothing here yet 46 45 %endif -
trunk/server/fedora/specs/rubygem-pony.spec
r2509 r2591 1 1 # Generated from pony-1.8.gem by gem2rpm -*- rpm-spec -*- 2 2 %global gem_name pony 3 %global rubyabi 1.9.14 3 5 4 Name: rubygem-%{gem_name} 6 5 Version: 1.8 7 Release: 1%{?dist}.scripts.%{scriptsversion}6 Release: 2%{?dist}.scripts.%{scriptsversion} 8 7 Summary: Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') 9 8 Group: Development/Languages … … 11 10 URL: http://github.com/benprew/pony 12 11 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem 13 Requires: ruby( abi) = %{rubyabi}12 Requires: ruby(release) 14 13 Requires: ruby(rubygems) 15 14 Requires: rubygem(mail) >= 2.0 16 BuildRequires: ruby( abi) = %{rubyabi}15 BuildRequires: ruby(release) 17 16 BuildRequires: rubygems-devel 18 17 BuildRequires: ruby … … 72 71 73 72 %changelog 73 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 1.8-2 74 - Update for Fedora 20 75 74 76 * Sun Mar 09 2014 Benjamin Tidor <btidor@mit.edu> - 1.8-1 75 77 - Initial package -
trunk/server/fedora/specs/scripts-base.spec
r2376 r2591 22 22 Requires: scripts-openssh-server 23 23 Requires: scripts-static-cat 24 Requires: scripts-rubygems25 24 Requires: sql-signup 26 25 Requires: tokensys -
trunk/server/fedora/specs/scripts-static-cat.spec
r2246 r2591 1 # cabal2spec-0.252 1 # https://fedoraproject.org/wiki/Packaging:Haskell 3 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell4 2 5 3 # Link Haskell libs statically for 3x faster startup speed. … … 11 9 Summary: static-cat for scripts.mit.edu 12 10 13 Group: Applications/System 14 License: GPL 15 # BEGIN cabal2spec 11 License: GPL+ 16 12 URL: http://scripts.mit.edu/ 17 13 Source0: %{name}.tar.gz 18 ExclusiveArch: %{ghc_arches} 14 19 15 BuildRequires: ghc-Cabal-devel 20 16 BuildRequires: ghc-rpm-macros 21 # END cabal2spec 17 # Begin cabal-rpm deps: 18 BuildRequires: ghc-MonadCatchIO-mtl-devel 22 19 BuildRequires: ghc-bytestring-devel 23 BuildRequires: ghc-cgi-devel >= 3001.1.820 BuildRequires: ghc-cgi-devel 24 21 BuildRequires: ghc-containers-devel 25 22 BuildRequires: ghc-filepath-devel 26 BuildRequires: ghc-MonadCatchIO-mtl-devel27 23 BuildRequires: ghc-old-locale-devel 28 24 BuildRequires: ghc-time-devel 29 25 BuildRequires: ghc-unix-devel 30 26 BuildRequires: ghc-unix-handle-devel 27 # End cabal-rpm deps 31 28 32 29 %description … … 51 48 52 49 %changelog 50 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0 51 - Updated for F20 with cabal-rpm 52 53 53 * Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 0.0-0 54 54 - regenerated packaging with cabal2spec-0.25.5 -
trunk/server/fedora/specs/zephyr.spec
r2209 r2591 1 1 Name: zephyr 2 Version: 3.0.2 2 Version: 3.1.2 3 %define commit 54c6b84a81301a1691f9bec10c63c1e36166df9d 4 %define shortcommit %(c=%{commit}; echo ${c:0:7}) 3 5 Release: 0.%{scriptsversion}%{?dist} 4 6 Summary: Client programs for the Zephyr real-time messaging system … … 7 9 License: MIT 8 10 URL: http://zephyr.1ts.org/ 9 Source0: http ://zephyr.1ts.org/export/HEAD/distribution/%{name}-%{version}.tar.gz11 Source0: https://github.com/zephyr-im/zephyr/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz 10 12 Source1: zhm.init 11 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) … … 59 61 60 62 %prep 61 %setup -q 63 %setup -q -n %{name}-%{commit} 62 64 cp -p %{SOURCE1} . 63 65 … … 142 144 %{_libdir}/*.so 143 145 %{_includedir}/* 144 146 %{_libdir}/pkgconfig/zephyr.pc 145 147 146 148 %changelog 149 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 3.1.2-0 150 - Update to Zephyr 3.1.2, fix packaging for F20 151 147 152 * Sat Apr 16 2011 Alexander Chernyakhovsky <achernya@mit.edu> 3.0.1-0 148 153 - Zephyr 3.0.1 -
trunk/server/fedora/specs/zhm.init
r2561 r2591 14 14 ### BEGIN INIT INFO 15 15 # Provides: zhm 16 # Required-Start: $local_fs $ remote_fs $network $named17 # Required-Stop: $local_fs $ remote_fs $network16 # Required-Start: $local_fs $network $named 17 # Required-Stop: $local_fs $network 18 18 # Default-Start: 2 3 4 5 19 19 # Default-Stop: 0 1 6
Note: See TracChangeset
for help on using the changeset viewer.